.resizeimage img { width: 30%; }

.noto-sans{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.yuji-boku-regular {
    font-family: "Yuji Boku", serif;
    font-weight: 900;
    font-style: normal;
  }
.Green-LINE{
    border-left:5px solid #32CD32; /*線の設定*/
    padding:2px 8px; /*余白の設定*/
    }
.RED-LINE{
     border-left:5px solid #ff0000; /*線の設定*/
     padding:2px 8px; /*余白の設定*/
     }
p{
    text-align:center;
}
img{
	width: 100%;
    height: auto;
}
ul {
    box-shadow :0px 0px 3px silver;
    border: solid 1px whitesmoke;
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
    background: #fafafa;
  }
  
  ul li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none!important;
  }
  
  ul li:before {
    font-family: "font-family: FontAwesome;";
    content: "\f0da";
    position: absolute;
    left : 1em; /*左端からのアイコンまで*/
    color: gray; /*アイコン色*/
  }